/* Æ¯¸¡´°¿Ú*/
/* floatingAd */
.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;
}

.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

.floatingAd a img {
    border: 0;
}

.floatingAd .close {
    display: none;
}

.floatingAd .opacity {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    /*background-color: #000000;*/
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.opacity1 {
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.floatingAd .text {
    position: absolute;
    top: 0;
    right: 2px;
    width: 10%;
    height: 25px;
    color: #000000;
    line-height: 25px;
}

.floatingAd .text .button {
    position: relative;
    float: right;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.floatingAd .text .title {
    position: relative;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}